home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
monitory
/
tasky
/
source
/
smakefile
< prev
next >
Wrap
Makefile
|
1993-05-14
|
197b
|
12 lines
# SAS/C 6.2 lmkfile for tasky
# created on Friday 19-Mar-93 20:44:23
# uses SCOPTIONS
OBJS= tasky.o tasklist.o sprintf.o
tasky: $(OBJS)
sc link $(OBJS)
sprintf.o: sprintf.asm
asm sprintf.asm